Objects Reference

mesh::implode

Prototype

void implode(float mindist=0.1f)

Parameters

Parameter Type Description
mindist float distance threshold for welding vertices 

Return Value

None

Remarks

This function combines all vertices from the mesh that are closer than mindist into a single vertex.